deprecate java.saveActions.organizeImports#3015
deprecate java.saveActions.organizeImports#3015CsCherrYY wants to merge 1 commit intoredhat-developer:mainfrom
java.saveActions.organizeImports#3015Conversation
Signed-off-by: Shi Chen <chenshi@microsoft.com>
java.saveActions.organizeImports
|
Agreed. Not only that, but we also have |
|
@rgrunber do you mean we could add the organize imports support into
|
|
Yup, something as simple as rgrunber/eclipse.jdt.ls@2497722 seems to work. You can then just set We could definitely look at ways to integrate with |
fix #2207, #659
A recommended way to organize imports in VS Code should be configuring generic
editor.codeActionsOnSave. In this way, the java specific configuration can be deprecated to avoid any misunderstanding (it also seems to not work now).